.fbg {
    width:100%;
    background:#f8f8f8;
}
.fourth {
    width:1250px;
    margin:0 auto;
}
.white_bar {
    background:#fff;
    box-shadow: 0 1px 3px #c5c5c5;
    overflow:hidden
}
.pic_news {
    padding-bottom:10px;
    margin-bottom:20px;
    background:#fff;
    box-shadow: 0 1px 3px #c5c5c5;
    overflow:hidden
}
.pic_news .new_img {
    max-height:435px;
    overflow:hidden;
    margin-left:5px;
    margin-top:5px;
}
.pic_news .new_info {
    overflow:hidden;
    margin-left:5px;
    margin-top:9px;
}
.pic_news .new_info ul {
    height:160px;
    overflow:hidden;
}
.pic_news .new_info ul li {
    line-height:30px;
    padding-left:20px;
}
.page-news-list a {
    font-size:14px
}
.data {
    width:60px;
    height:60px;
    font-size:36px;
    display:block;
    background:#ddd;
    color:#333;
    text-align:center;
    line-height:60px;
    margin-right:14px
}
.month {
    display:block;
    width:60px;
    text-align:center;
    margin-top:5px
}
.page-news-list li {
    width:46%;
    float: left;
    padding:10px 2%;
    margin-bottom:7px;
    overflow:hidden;
    -webkit-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s
}
.page-news-list li a {
    padding-top:4px;
    font-size:16px;
    font-weight:bold;
    height:20px;
    line-height:20px;
    display:block;
    overflow:hidden;
}
.page-news-list li p {
    padding-top:10px;
    color:#777;
    line-height:22px
}
.page-news-list li:hover {
    background:#70a6d1
}
.page-news-list li:hover p, .page-news-list li:hover .month {
    color:#fff
}
.page-news-list li:hover .data {
    background:#FFF;
}
.page-news-list li:hover a {
    color:#fff
}
.pic_news a.detaile {
    margin-top:5px;
    float:right;
    margin-right:20px;
}
.detaile {
    display:inline-block;
    padding:12px 30px;
    margin: 18px 0 0;
    font-size: 16px;
    color:#fff;
    text-transform:uppercase;
    background:#0088bd;
    position:relative;
    -webkit-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s
}
.detaile:hover {
    color:#fff;
    background:#0088bd;
}
.l {
    float: left
}
.r {
    float: right
}
.gray {
    background:#EDEDED
}
.clearfix {
    *zoom: 1
}
.clearfix:before, .clearfix:after {
    display: table;
    content:"";
    line-height: 0
}
.clearfix:after {
    clear: both
}
.row {
    *zoom: 1;
    margin-left:-30px;
    margin-top:20px
}
.row:before, .row:after {
    display: table;
    content:"";
    line-height: 0
}
.row:after {
    clear: both
}
[class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left:2px
}
.container {
    width: 1250px;
    padding-bottom:30px;
    padding-top:20px;
    margin: 0 auto;
}
.container h2 {
    font-size:28px;
    color:#474747;
    width:230px;
    text-align:center;
    border-bottom:1px solid #c7c7c7;
    padding-top:10px;
    padding-bottom:20px;
    margin:0 auto;
    margin-bottom: 20px;
}
.grid_4 {
    width: 416px;
}
.grid_8 {
    width: 830px;
}
/*-----CSS3-----*/
.animated {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;
}
.animated.hinge {
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        -o-transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}
@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}
@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}
.page-banner {
    overflow: hidden;
    position: relative;
}
.page-banner-mid {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.page-banner-mid img {
    width: 1920px;
}
.animate-banner {
    color: #fff;
    background: rgb(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    padding: 10px 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.animate-banner h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 80px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.animate-banner h3 {
    color: #fff;
    position: relative;
    font-size: 15px;
    width: 650px;
    margin: 30px auto 0 auto;
}
.animate-banner h5 {
    margin-top: 70px;
    text-align: center;
    color: #fff;
    line-height: 28px;
}
.animate-banner h5 a {
    font-size: 18px;
    color: #fff;
    margin-left: 26px;
    margin-right: 26px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 7px;
    border-bottom: 1px solid #aaaaa9;
}
.animate-banner h5 a:hover {
    border-color: #428ebd;
    color: #428ebd;
}
.position {
    background:url('../images/bag-home.png') no-repeat left center;
    -webkit-background-size: 16px;
    background-size: 16px;
    padding-left: 18px;
    line-height: 25px;
    color: #222;
    margin: 10px auto;
    width: 1230px;
}
.position a {
    color: #222;
}
.position a:hover {
    text-decoration: underline;
}
.prdcates {
    width:1248px;
    margin: 10px auto 30px auto;
    border: solid 1px #ddd;
    line-height: 25px;
    padding: 0;
}
.prdcates dl {
    overflow: hidden;
    margin-bottom: 4px;
    border-bottom: dotted 1px #ddd;
    padding: 4px 10px;
}
.prdcates dl dt {
    float: left;
    width: 110px;
}
.prdcates a {
    color: #428ebd;
    font-size: 13px;
    margin-right: 5px;
    border: solid 1px #fff;
    padding: 2px 6px;
    margin-bottom: 2px;
}
.prdcates dl dt a {
    font-weight: bold;
    color: #222;
    line-height: 28px;
}
.prdcates dl dd a {
    line-height: 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.prdcates dl dd a:hover {
    text-decoration: underline;
}
.prdcates dl dd a.current {
    border-color: #428ebd;
    background: #428ebd;
    color: #fff;
    font-weight: bold;
}
.prdcates dl dd {
    margin-left: 111px;
}
#prds {
    width:1250px;
    margin: 0 auto 20px auto;
}
#prds .ul {
    display: none;
    WIDTH: 100%;
    OVERFLOW: hidden;
}
#prds .ul UL {
    WIDTH: 1260px;
    overflow: hidden;
}
#prds .ul UL LI {
    WIDTH: 408px;
    FLOAT: left;
    HEIGHT: 382px;
    MARGIN-RIGHT: 12px;
}
#prds .ul UL LI .pic {
    WIDTH: 408px;
    HEIGHT: 280px;
    OVERFLOW: hidden;
}
#prds .ul UL LI .pic img {
    -webkit-transition:-webkit-transform 1s;
    transition: transform 1s;
}
#prds .ul UL LI .pic:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#prds .ul UL LI .t {
    POSITION: relative;
    HEIGHT: 70px;
    width:408px;
}
#prds .ul UL LI .t H2 {
    POSITION: absolute;
    line-height:28px;
    margin-top:11px;
    padding-left:11px;
    color:#707070;
    font-size:15px;
    width: 290px;
}
#prds .ul UL LI .t H2 p {
    padding-left:0px;
    color:#989898;
    font-size:12px;
    line-height:23px;
}
#prds .ul UL LI .t H3:hover {
    float: right;
    width:76px;
    height:28px;
    BORDER: #a7a7a7 1px solid;
    background-color:#f2f2f2;
    margin-right:19px;
    margin-top:28px;
    color:#474747;
    font-size:13px;
    line-height:28px;
    text-align:center;
    border-radius: 2px;
    letter-spacing:1.5px;
}
#prds .ul UL LI .t H3 {
    float: right;
    width:76px;
    height:28px;
    background-color:#70a6d1;
    margin-right:19px;
    margin-top:28px;
    color:#fff;
    font-size:13px;
    line-height:28px;
    text-align:center;
    border-radius: 2px;
    letter-spacing:1.5px;
}
.summary {
    margin-top: 10px;
    overflow: hidden;
    /*border-bottom: 2px solid #e7e7e7;*/
}
.summary-gallery {
    position: relative;
    border: 1px solid #fff;
    padding: 4px;
    overflow: hidden;
    width: 470px;
    float: left;
}
.summary-gallery .bigImg {
    height: 324px;
    position: relative;
}
.summary-gallery .bigImg li img {
    vertical-align: middle;
    width: 433px;
    height: 324px;
}
.summary-gallery .bigImg li {
    position: relative;
}
.summary-gallery .bigImg li h4 {
    line-height: 33px;
    height: 33px;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    z-index: 10;
}
.summary-gallery .smallScroll {
    height: 81px;
    margin: 6px 0;
}
.summary-gallery .sPrev {
    float: left;
    display: block;
    width: 14px;
    height: 79px;
    text-indent: -9999px;
    background: url(../images/gallerytoleft.png) no-repeat center center;
    border: solid 1px #DDD;
}
.summary-gallery .sNext {
    float: left;
    display: block;
    width: 14px;
    height: 79px;
    text-indent: -9999px;
    background: url(../images/gallerytoright.png) no-repeat center center;
    border: solid 1px #DDD;
}
.summary-gallery .sNext {
}
.summary-gallery .sPrev:hover {
    background-color: #F0F0F0;
}
.summary-gallery .sNext:hover {
    background-color: #F0F0F0;
}
.summary-gallery .smallImg {
    float: left;
    margin: 0px 6px;
    display: inline;
    width: 426px;
    overflow: hidden;
}
.summary-gallery .smallImg ul {
    height: 81px;
    width: 9999px;
    overflow: hidden;
}
.summary-gallery .smallImg li {
    float: left;
    padding: 2px;
    width: 100px;
    cursor: pointer;
    display: inline;
    border: 1px solid #dcdddd;
}
.summary-gallery .smallImg img {
    width: 96px;
    height: 72px;
}
.summary-gallery .smallImg li.on {
    border-color: #ff4800;
}
.summary-gallery .pageState {
    position: absolute;
    top: 322px;
    right: 8px;
    letter-spacing: 1px;
    line-height: 33px;
    height: 33px;
    font-size: 13px;
}
.summary-gallery .pageState span {
    color: #f00;
}
.summary .summary-content {
    margin-left: 490px;
    color: #666;
    line-height: 25px;
}
.summary .summary-content .b {
    font-weight: bold;
    color: #222;
    margin-right: 4px;
    font-size: 15px;
    color: #222;
}
.summary .summary-content .xinghao{
    margin: 5px 0;
}
.summary .summary-content .c{
    margin-bottom: 5px;
    height: 75px;
    overflow: hidden;
}
.summary .summary-content .tel {
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
    text-align: left;
}
.summary .summary-content .xinghao {
    color: #F00;
}
.summary .summary-content .bookform{
    overflow: hidden;
}
.summary .summary-content .bookform ul li {
    margin-bottom: 4px;
    padding: 0 1%;
}
.summary .summary-content .bookform ul li.col6{
    float: left;
    width: 48%;
}
.summary .summary-content .sume .b{
    color: #F00;
    margin: 0 4px;
}
.summary .summary-content .bookform .message_name,.summary .summary-content .bookform .message_content,.summary .summary-content .bookform .message_sub_do{
    float: none;
    width: 98%;
}
.summary .summary-content .bookform .btn-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.summary .summary-content .bookform .btn-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.gallery table{
    border-bottom:rgb(0,0,0) 1px solid;
    border-collapse:collapse;
    border-left:rgb(0,0,0) 1px solid;
    border-right:rgb(0,0,0) 1px solid;
    border-spacing:0px;
    border-top:rgb(0,0,0) 1px solid;
    margin:0px auto;
    width:100%;
}
.gallery .tit{
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
    background: url('../images/icon_details.png') no-repeat left center;
    padding-left: 30px;
    border-bottom: solid 1px #999;
}
.gallery .cont{
    overflow: hidden;
    padding: 4px 0;
}
.gallery .cont ul.fwzc{
    color: #666;
    font-size: 13px;
}
.gallery .cont ul.fwzc .col-md-6{
    float: left;
    width: 48%;
    padding: 2px 1%;
}
.gallery .cont ul.fwzc .col-md-3{
    float: left;
    width: 23%;
    padding: 2px 1%;
}